update legal notice copyright years for Nextcloud
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 20 Jan 2025 07:50:36 +0000 (08:50 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 20 Jan 2025 07:50:36 +0000 (08:50 +0100)
Close #7767

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/legalnotice.cpp

index b19a3be120f49c9f60f3baa47919650abc66cd99..04f3d8e31113ba3d314b2a2f996a927f8799e02b 100644 (file)
@@ -52,7 +52,7 @@ void LegalNotice::changeEvent(QEvent *e)
 
 void LegalNotice::customizeStyle()
 {
-    QString notice = tr("<p>Copyright 2017-2023 Nextcloud GmbH<br />"
+    QString notice = tr("<p>Copyright 2017-2025 Nextcloud GmbH<br />"
                         "Copyright 2012-2023 ownCloud GmbH</p>");
 
     notice += tr("<p>Licensed under the GNU General Public License (GPL) Version 2.0 or any later version.</p>");